fixed

dan tran wrote:

pom.getDependencyPath is now required file type. Default is jar

For example:

   <j:set var="depId" value="${pom.groupId}:process-windows-x86:dll" />
<ant:copy verbose="true" file="${pom.getDependencyPath(depId)}"
how ever the same code will break 1.02. (it returns empty string)

I need some way to make 1.1 backward compatible with 1.02.  If you dont specify
the file type, maven should look at my dependency type already defined in my project.xml. This way I can slowly migrate to 1.1 is it possible?


-D


On 6/15/05, dan tran <[EMAIL PROTECTED]> wrote:
I used the Zip one.

Notice the downloaded jars to my local repo does not have MD5 files.
is it intended?

-D

On 6/15/05, Konstantin Shaposhnikov <[EMAIL PROTECTED]> wrote:
On 6/15/05, Brett Porter <[EMAIL PROTECTED]> wrote:
Hi,

Please test these. I will release tomorrow if all is well.
I can't start it (some XML parse problems).
I have tried both on JDK 1.4 and JDK 1.5

Plugin cache will be regenerated
javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAX
ParserFactoryImpl not found
      at javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:
93)
      at org.apache.maven.plugin.JellyScriptHousing.parse(JellyScriptHousing.j
ava:152)
      at org.apache.maven.plugin.JellyScriptHousing.parse(JellyScriptHousing.j
ava:177)
      at org.apache.maven.plugin.PluginManager.loadUncachedPlugins(PluginManag
er.java:238)
      at org.apache.maven.plugin.PluginManager.initialize(PluginManager.java:3
03)
      at org.apache.maven.MavenSession.initializePluginManager(MavenSession.ja
va:204)
      at org.apache.maven.MavenSession.initialize(MavenSession.java:171)
      at org.apache.maven.cli.App.doMain(App.java:498)
      at org.apache.maven.cli.App.main(App.java:1258)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at com.werken.forehead.Forehead.run(Forehead.java:551)
      at com.werken.forehead.Forehead.main(Forehead.java:581)


http://people.apache.org/~brett/maven-1.1-beta-1/

Cheers,
Brett

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to