On Wed, 2003-07-02 at 11:46, Paul Libbrecht wrote:
> Running maven is still pretty slow for me as I have to launch the
> command-line everytime. It would be nifty to be able to run maven within
> an ant task, I could then simply input this within the jEdit Ant-runner,
> running in the same VM, which, when equipped with a rich enough
> classpath, is running real real quick!
I extracted the following from the maven.bat/maven startup script.
It's a sniplet for ant, possibly it helps
--- SNIP ---
<java classpath="${env.MAVEN_HOME}/lib/forehead-1.0-beta-4.jar"
classname="com.werken.forehead.Forehead"
maxmemory="256m"
failonerror="true"
fork="true"
>
<arg value="java:compile" />
<arg value="your_other_second_goal_here" />
<sysproperty key="javax.xml.parsers.SAXParserFactory"
value="org.apache.xerces.jaxp.SAXParserFactoryImpl" />
<sysproperty key="javax.xml.parsers.DocumentBuilderFactory"
value="org.apache.xerces.jaxp.DocumentBuilderFactoryImpl"/>
<sysproperty key="java.endorsed.dirs"
value="=${env.JAVA_HOME}/lib/endorsed${path.separator}${env.MAVEN_HOME}/lib/endorsed"
/>
<sysproperty key="forehead.conf.file"
value="${env.MAVEN_HOME}/bin/forehead.conf" />
<sysproperty key="tools.jar" value="${env.JAVA_HOME}/lib/tools.jar" />
<sysproperty key="maven.home" value="${env.MAVEN_HOME}" />
</java>
--- SNIP ---
> Any hope ?
> Any Maven integration within some IDEs ?
There's http://sourceforge.net/projects/mevenide but it looks stalled...
Is that projetc dead, Dion?
cheers,
--
Martin Skopp
Riege Software International GmbH
Support: mailto:[EMAIL PROTECTED], Information: http://www.riege.com
This email is intended to be viewed with a nonproportional font.
Public Key on http://www.keyserver.net, Key-ID: 3D4027B5
Fingerprint: 1970 C78D 9A1D 99FA 5CE4 5C0D 29E6 6A95 3D40 27B5
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]