Lenny Markus

- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
-
-
Lenny Markus created a post, New Maven module not being imported into project
Hello,I create a new project based on existing sources (Another Maven project).I now need to add one new module to the existing project (Also a Maven module). I'm using the maven quickstart archety... -
-
Lenny Markus created a post, How to make a jar from a subpackage only?
Hello,I have a project with one main package and many subpackages.I don't want to include all the subpackages in the jar file, but I can't figure out how to select only the subpackages that I want ... -
Lenny Markus created a post, Possible parsing bug for quotes.
I seem to be getting a bug on the following statement.<a href='#' onclick='displayPrices("<?php echo "volumeDiscount".$i?>");return false;' >I get <unterminated statement>.If I write the same state...