You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Oleg Kalnichevski <ol...@apache.org> on 2009/07/15 21:20:30 UTC

[HttpCore] HttpCore 4.1-alpha1 preview

Folks

Please find a few minutes to review HttpCore 4.1-alpha1 release packages 
and release notes

Packages:
http://people.apache.org/~olegk/httpcore-4.1-alpha1-preview/

Release notes:
http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt

Oleg

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


Re: [HttpCore] HttpCore 4.1-alpha1 preview

Posted by ant elder <an...@apache.org>.
On Fri, Jul 17, 2009 at 9:25 AM, Oleg Kalnichevski<ol...@apache.org> wrote:
> On Thu, Jul 16, 2009 at 10:55:42PM +0100, ant elder wrote:
>> On Wed, Jul 15, 2009 at 8:20 PM, Oleg Kalnichevski<ol...@apache.org> wrote:
>> > Folks
>> >
>> > Please find a few minutes to review HttpCore 4.1-alpha1 release packages and
>> > release notes
>> >
>> > Packages:
>> > http://people.apache.org/~olegk/httpcore-4.1-alpha1-preview/
>> >
>> > Release notes:
>> > http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt
>> >
>> > Oleg
>> >
>>
>> This looks good to me too, i do get a failure building the
>> distributions from the src distro with the command from the
>> BUILDING.txt file "mvn package assembly:assembly":
>>
>> [ERROR] BUILD ERROR
>> [INFO] ------------------------------------------------------------------------
>> [INFO] Error reading assemblies: Error locating assembly descriptor:
>> src/main/assembly/bin.xml
>>
>
> Hi Anthony
>
> Many thanks for reviewing the packages. I am not able to reproduce the problem,
> though. I was able to rebuild the packages from sources (both zip and tar.gz).
> This looks like a local file corruption problem. Could you please download the
> source package once again and give the build process another try?
>
> Oleg
>

Think it was user error, i'd not run all the build steps, so trying
again today and doing all the steps 1 2 3 4 5 from the BUILDING.txt
file and its all working fine now, sorry for the false alarm.

   ...ant

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


Re: [HttpCore] HttpCore 4.1-alpha1 preview

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Thu, Jul 16, 2009 at 10:55:42PM +0100, ant elder wrote:
> On Wed, Jul 15, 2009 at 8:20 PM, Oleg Kalnichevski<ol...@apache.org> wrote:
> > Folks
> >
> > Please find a few minutes to review HttpCore 4.1-alpha1 release packages and
> > release notes
> >
> > Packages:
> > http://people.apache.org/~olegk/httpcore-4.1-alpha1-preview/
> >
> > Release notes:
> > http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt
> >
> > Oleg
> >
> 
> This looks good to me too, i do get a failure building the
> distributions from the src distro with the command from the
> BUILDING.txt file "mvn package assembly:assembly":
> 
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error reading assemblies: Error locating assembly descriptor:
> src/main/assembly/bin.xml
> 

Hi Anthony

Many thanks for reviewing the packages. I am not able to reproduce the problem,
though. I was able to rebuild the packages from sources (both zip and tar.gz).
This looks like a local file corruption problem. Could you please download the
source package once again and give the build process another try? 

Oleg



> [1] [INFO] Searching for file location:
> C:\ASF\HC\httpcomponents-core-4.1-SNAPSHOT\httpcore\src\main\assembly\bin.xml
> 
> [2] [INFO] File:
> C:\ASF\HC\httpcomponents-core-4.1-SNAPSHOT\httpcore\src\main\assembly\bin.xml
> does not exist.
> 
> [3] [INFO] Invalid artifact specification:
> 'src/main/assembly/bin.xml'. Must contain at least three fields,
> separated by ':'.
> 
> [4] [INFO] Failed to resolve classpath resource:
> /assemblies/src/main/assembly/bin.xml from classloader:
> org.codehaus.classworlds
> almClassLoader@1f4e571
> 
> [5] [INFO] Failed to resolve classpath resource:
> src/main/assembly/bin.xml from classloader:
> org.codehaus.classworlds.RealmClassL
> er@1f4e571
> 
> [6] [INFO] File:
> C:\ASF\HC\httpcomponents-core-4.1-SNAPSHOT\httpcore\src\main\assembly\bin.xml
> does not exist.
> 
> [7] [INFO] Building URL from location: src/main/assembly/bin.xml
> Error:
> java.net.MalformedURLException: no protocol: src/main/assembly/bin.xml
>         at java.net.URL.<init>(URL.java:567)
>         at java.net.URL.<init>(URL.java:464)
>         at java.net.URL.<init>(URL.java:413)
>         at org.apache.maven.shared.io.location.URLLocatorStrategy.resolve(URLLocatorStrategy.java:54)
>         at org.apache.maven.shared.io.location.Locator.resolve(Locator.java:81)
>         at org.apache.maven.plugin.assembly.io.DefaultAssemblyReader.addAssemblyFromDescriptor(DefaultAssemblyReader.java:309)
>         at org.apache.maven.plugin.assembly.io.DefaultAssemblyReader.readAssemblies(DefaultAssemblyReader.java:140)
>         at org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo.execute(AbstractAssemblyMojo.java:328)
>         at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:483)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:678)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:553)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:523)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:371)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:268)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:181)
>         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356)
>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137)
>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:356)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:597)
>         at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>         at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>         at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> 
>    ...ant
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
> For additional commands, e-mail: dev-help@hc.apache.org
> 

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


Re: [HttpCore] HttpCore 4.1-alpha1 preview

Posted by ant elder <an...@gmail.com>.
On Wed, Jul 15, 2009 at 8:20 PM, Oleg Kalnichevski<ol...@apache.org> wrote:
> Folks
>
> Please find a few minutes to review HttpCore 4.1-alpha1 release packages and
> release notes
>
> Packages:
> http://people.apache.org/~olegk/httpcore-4.1-alpha1-preview/
>
> Release notes:
> http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/RELEASE_NOTES.txt
>
> Oleg
>

This looks good to me too, i do get a failure building the
distributions from the src distro with the command from the
BUILDING.txt file "mvn package assembly:assembly":

[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error reading assemblies: Error locating assembly descriptor:
src/main/assembly/bin.xml

[1] [INFO] Searching for file location:
C:\ASF\HC\httpcomponents-core-4.1-SNAPSHOT\httpcore\src\main\assembly\bin.xml

[2] [INFO] File:
C:\ASF\HC\httpcomponents-core-4.1-SNAPSHOT\httpcore\src\main\assembly\bin.xml
does not exist.

[3] [INFO] Invalid artifact specification:
'src/main/assembly/bin.xml'. Must contain at least three fields,
separated by ':'.

[4] [INFO] Failed to resolve classpath resource:
/assemblies/src/main/assembly/bin.xml from classloader:
org.codehaus.classworlds
almClassLoader@1f4e571

[5] [INFO] Failed to resolve classpath resource:
src/main/assembly/bin.xml from classloader:
org.codehaus.classworlds.RealmClassL
er@1f4e571

[6] [INFO] File:
C:\ASF\HC\httpcomponents-core-4.1-SNAPSHOT\httpcore\src\main\assembly\bin.xml
does not exist.

[7] [INFO] Building URL from location: src/main/assembly/bin.xml
Error:
java.net.MalformedURLException: no protocol: src/main/assembly/bin.xml
        at java.net.URL.<init>(URL.java:567)
        at java.net.URL.<init>(URL.java:464)
        at java.net.URL.<init>(URL.java:413)
        at org.apache.maven.shared.io.location.URLLocatorStrategy.resolve(URLLocatorStrategy.java:54)
        at org.apache.maven.shared.io.location.Locator.resolve(Locator.java:81)
        at org.apache.maven.plugin.assembly.io.DefaultAssemblyReader.addAssemblyFromDescriptor(DefaultAssemblyReader.java:309)
        at org.apache.maven.plugin.assembly.io.DefaultAssemblyReader.readAssemblies(DefaultAssemblyReader.java:140)
        at org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo.execute(AbstractAssemblyMojo.java:328)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:483)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:678)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:553)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:523)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:371)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:268)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:181)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:356)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)

   ...ant

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