You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Brett Porter <br...@apache.org> on 2005/06/15 18:38:51 UTC

1.1-beta-1 test builds

Hi,

Please test these. I will release tomorrow if all is well.

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

Cheers,
Brett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: 1.1-beta-1 test builds

Posted by Brett Porter <br...@apache.org>.
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 <da...@gmail.com> 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 <k....@gmail.com> wrote:
>>    
>>
>>>On 6/15/05, Brett Porter <br...@apache.org> 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: dev-unsubscribe@maven.apache.org
>>>>For additional commands, e-mail: dev-help@maven.apache.org
>>>>        
>>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>>>For additional commands, e-mail: dev-help@maven.apache.org
>>>
>>>
>>>      
>>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>For additional commands, e-mail: dev-help@maven.apache.org
>
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: 1.1-beta-1 test builds

Posted by dan tran <da...@gmail.com>.
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 <da...@gmail.com> 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 <k....@gmail.com> wrote:
> > On 6/15/05, Brett Porter <br...@apache.org> 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: dev-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: dev-help@maven.apache.org
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> >
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: 1.1-beta-1 test builds

Posted by dan tran <da...@gmail.com>.
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 <k....@gmail.com> wrote:
> On 6/15/05, Brett Porter <br...@apache.org> 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: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: 1.1-beta-1 test builds

Posted by Konstantin Shaposhnikov <k....@gmail.com>.
On 6/16/05, Brett Porter <br...@apache.org> wrote:
> This will be something I have to document as a known issue. I think you
> are running the Maven 1.0.2 script (check your path) against the Maven
> 1.1 MAVEN_HOME.

Yes, you are right.
Thank you for answer.

> - Brett
> 
> Konstantin Shaposhnikov wrote:
> 
> >On 6/15/05, Brett Porter <br...@apache.org> 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
> >
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: 1.1-beta-1 test builds

Posted by Brett Porter <br...@apache.org>.
This will be something I have to document as a known issue. I think you 
are running the Maven 1.0.2 script (check your path) against the Maven 
1.1 MAVEN_HOME.

- Brett

Konstantin Shaposhnikov wrote:

>On 6/15/05, Brett Porter <br...@apache.org> 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
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: 1.1-beta-1 test builds

Posted by Konstantin Shaposhnikov <k....@gmail.com>.
On 6/15/05, Brett Porter <br...@apache.org> 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: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org