maven + cactus problem (Missing Cactus property [cactus.contextURL] but I have set cactus.contextURL in cactus.properties)

2005-05-31 Thread sheep
hi. I have a problem when i do a servlet test anybody who can help me. //- maven+cactus do servlet test.but it always report miss cactus.contextURL.I put cactus.contextURL=http://localhost:8080/test i

maven+cactus (Couldn't find tools.jar (needed for JSP compilation))

2005-06-02 Thread sheep
hi all have someone meet this problem (Couldn't find tools.jar (needed for JSP compilation)) when use maven+cactus when execute maven cactus:test //--- cactus:test-war: [cactu

Re: Using classpath under maven1

2005-06-07 Thread sheep
hi. maybe you can set maven.compile.compilerargs in properties file - Original Message - From: "Joachim Sautter" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Tuesday, June 07, 2005 4:51 PM Subject: Using classpath under maven1 > Hello, > I have some classes which are not in the

Re: Using classpath under maven1

2005-06-07 Thread sheep
hi. maybe you can set maven.compile.compilerargs in properties file . u can find some info at: http://maven.apache.org/reference/plugins/java/properties.html good