2008/11/7 Karl Pauls <[EMAIL PROTECTED]>:
> Ups, sorry, I missed something when cleaning up after cutting the
> release. Could you svn up and try again please :-)
Hi Karl,
I saw you manually changed the log level - this shouldn't have been necessary
because the maven pom adjusts the level when performing a release, like so:
mvn clean install -Prelease
java -jar bin/felix.jar
Welcome to Felix.
=================
->
whereas, building trunk without the release profile leaves debugging enabled:
mvn clean install
java -jar bin/felix.jar
Welcome to Felix.
=================
DEBUG: WIRE: 1.0 -> org.ungoverned.osgi.service.shell -> 1.0
DEBUG: WIRE: 1.0 -> org.osgi.service.startlevel -> 0
DEBUG: WIRE: 1.0 -> org.apache.felix.shell -> 1.0
DEBUG: WIRE: 1.0 -> org.osgi.framework -> 0
DEBUG: WIRE: 1.0 -> org.osgi.service.packageadmin -> 0
DEBUG: WIRE: 2.0 -> org.apache.felix.shell -> 1.0
DEBUG: WIRE: 2.0 -> org.osgi.framework -> 0
DEBUG: WIRE: 3.0 -> org.osgi.framework -> 0
DEBUG: WIRE: 3.0 -> org.osgi.service.obr -> 3.0
-> DEBUG: WIRE: 3.0 -> org.apache.felix.shell -> 1.0
any thoughts why this didn't work as expected when releasing 1.4.0?
ps. I noticed your last commit used a different property name for the
log level than the one in the maven pom, so I just committed a patch
to re-align them to both be "log.level"
> regards,
>
> Karl
>
> On Fri, Nov 7, 2008 at 12:43 PM, Pierre De Rop
> <[EMAIL PROTECTED]> wrote:
>> Hi all,
>>
>> I am trying to recompile the latest felix trunk in order to validate the
>> fixed jira issue
>> FELIX-756 ("Allow URLStreamHandler services to override built-in handlers").
>>
>> But I have the following errors when running "ant " on top of the
>> felix-trunk dir ...
>> Did I miss something, or is there any known issues in the trunk, currently ?
>>
>> thanks
>> /pierre
>>
>>
>> -> here are error messages when I type "ant" on top of the felix-trunk dir:
>>
>> [exec] [ERROR] BUILD ERROR
>> [exec] [INFO]
>> ------------------------------------------------------------------------
>> [exec] [INFO] Failed to resolve artifact.
>>
>> [exec] GroupId: org.apache.felix
>> [exec] ArtifactId: org.apache.felix.framework
>> [exec] Version: 1.4.0
>>
>> [exec] Reason: Unable to download the artifact from any repository
>>
>> [exec] Try downloading the file manually from the project website.
>>
>> [exec] Then, install it using the command:
>> [exec] mvn install:install-file -DgroupId=org.apache.felix
>> -DartifactId=org.apache.felix.framework \
>> [exec] -Dversion=1.4.0 -Dpackaging=jar -Dfile=/path/to/file
>> [exec] Alternatively, if you host your own repository you can deploy the
>> file there: mvn deploy:deploy-file -DgroupId=org.apache.felix
>> -DartifactId=org.apache.felix.framework \
>> [exec] -Dversion=1.4.0 -Dpackaging=jar -Dfile=/path/to/file \
>> [exec] -Durl=[url] -DrepositoryId=[id]
>>
>>
>> [exec] org.apache.felix:org.apache.felix.framework:jar:1.4.0
>>
>> [exec] from the specified remote repositories:
>> [exec] central (http://repo1.maven.org/maven2),
>> [exec] apache.snapshots
>> (http://people.apache.org/repo/m2-snapshot-repository)
>>
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
>
> --
> Karl Pauls
> [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
Cheers, Stuart
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]