Re: [M2]weblogic:appc classpath issue

2006-10-31 Thread Manu
0-SNAPSHOT Thxs Manu 2006/10/31, Dmystery <[EMAIL PROTECTED]>: Alos, looking at AppcMojo.class file, i dont see any default classpath being set. Here is the stack trace when i try to run the plugin. [INFO] Detailed Appc settings information AppcMojo[basicClientJar = false classpath = null

[ANT] Passing Maven implicit variables to Ant script

2006-10-31 Thread Manu
Hi all, I'm trying to do something rather simple: pass the Maven "finalName" to my Ant script, and can't make it. Does anyone know how to do it ? I precise I'm calling an external ant script through the following: [...] Thxs for any clue. -- Manu

Re: [ANT] Passing Maven implicit variables to Ant script

2006-10-31 Thread Manu
Ok, I'll try one of the two (or even both). Thx for your rapidity to reply -Manu- 2006/10/31, Siegfried Goeschl <[EMAIL PROTECTED]>: Hi Manu, +) if you need to retrieve more data from the POM you can also use maven-artifact-ant-2.0 +) AFAIK not even environment variables are pa

Re: [M2]weblogic:appc classpath issue

2006-11-02 Thread Manu
if you would prefer I push up the 2.8.0 version now and just > post the changes on a note to the user list. > > Scott Ryan > Chief Technology Officer > Soaring Eagle L.L.C. > [EMAIL PROTECTED] > www.soaringeagleco.com > (303) 263-3044 > > -Original Message-

Re: Newbie question

2006-11-09 Thread Manu
you should remove your tag as it specifies only the java part. The default value should fit in you case. Hope this helps Manu 2006/11/9, Gianfranco Oldani <[EMAIL PROTECTED]>: Hi Valerio, Thanks for the advise. The hbm.xml are now copied ok. But the jsp aren't even if I put the js

ejb-jar.xml erroneously generated by EjbDoclet ?

2006-11-27 Thread Manu
ny idea of how to make ejbdoclet (subtag ) generate it for me ? Or tell Weblo bypass this validation ? Thanks for your help. -- Manu (:-Þ)

Re: ejb-jar.xml erroneously generated by EjbDoclet ?

2006-11-27 Thread Manu
0.dtd"; xmlencoding="ISO-8859-1" validateXML="true" destDir="${basedir}/src/generated/resources/META-INF" useIDs="true"/> Any more suggestions ? Manu :-Þ 2006/11/27, Marco Mistroni <[EMAIL PROTECTED]>: hi, wild guess... have

Re: ejb-jar.xml erroneously generated by EjbDoclet ?

2006-11-27 Thread Manu
a-instance"; xsi:schemaLocation=" http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd"; version="2.1"> you migh turn to xdoclet list, you'll find more help there/. can the issue be the xml parser that weblogic is using? (another wil

Re: ejb-jar.xml erroneously generated by EjbDoclet ?

2006-11-29 Thread Manu
ttribute. Of course, WL 8.1 will barf on any of this. Cheers, Steve Coy On 28/11/2006, at 3:22 AM, Manu wrote: > Hi, > Thanks for the tip, but it doesn't seem to work in my case. I > always had it, > and the generated ejb-jar.xml does not include DOCTYPE. > Do YOU

RE: Setting Java heap space

2009-10-20 Thread Manu Dhanda
Setting java heap space from command line: set MAVEN_OPTS= -Xms512m -Xmx512m -XX:MaxPermSize=1024m -Manu. justinedelson wrote: > > Did you read this thread: > http://www.nabble.com/-Maven%27s-memory--How-to-avoid-adding-the-MAVEN_OPTS-variable--td25788729.html > > This sho