This is very frustrating.
---
[c...@rsim java]$ ant clean all
/usr/bin/build-classpath: error: Could not find jaxp_parser_impl Java
extension for this JVM
/usr/bin/build-classpath: error: Could not find xml-commons-apis Java
extension for this JVM
/usr/bin/build-classpath: error: Some specified jars were not found
Buildfile: build.xml
clean:
[delete] Deleting directory /home/coec/git/spacewalk/java/build
boot-deps:
[mkdir] Created dir: /home/coec/git/spacewalk/java/build/boot-lib
init-ivy:
resolve-ivy:
:: Ivy non official version :: http://ivy.jayasoft.org/ ::
no configuration file found, using default...
:: configuring :: url =
jar:file:/home/coec/git/spacewalk/java/build/boot-lib/ivy.jar!/fr/jayasoft/ivy/conf/ivyconf.xml
:: resolving dependencies :: [ redhat | rhn-java | [email protected] ]
confs: [default]
:: resolution report ::
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 71 | 0 | 0 | 0 || 71 | 0 |
---------------------------------------------------------------------
:: retrieving :: [ redhat | rhn-java ]
confs: [default]
0 artifacts copied, 71 already retrieved
resolve-local:
resolve:
test-deps:
link-jars:
[mkdir] Created dir: /home/coec/git/spacewalk/java/build/build-lib
[mkdir] Created dir: /home/coec/git/spacewalk/java/build/run-lib
[mkdir] Created dir: /home/coec/git/spacewalk/java/build/run-lib/external
[mkdir] Created dir: /home/coec/git/spacewalk/java/build/test-lib
[exec] WARNING: ant was not found.
[exec] WARNING: ant-junit was not found.
[exec] WARNING: velocity was not found.
[exec] WARNING: jmap was not found.
[exec] WARNING: velocity was not found.
[copy] Copying 2 files to /home/coec/git/spacewalk/java/build/build-lib
[copy] Copying 2 files to
/home/coec/git/spacewalk/java/build/run-lib/external
compile-internal:
[mkdir] Created dir: /home/coec/git/spacewalk/java/build/classes
[javac] Compiling 15 source files to
/home/coec/git/spacewalk/java/build/classes
[javac] Note:
/home/coec/git/spacewalk/java/code/internal/src/com/redhat/rhn/internal/junit/RhnCustomFormatter.java
uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
init-taskdefs:
set-default-config-dir:
init:
prepare:
[mkdir] Created dir: /home/coec/git/spacewalk/java/build/src
do-compile-main:
[javac] Compiling 2496 source files to
/home/coec/git/spacewalk/java/build/classes
[javac]
/home/coec/git/spacewalk/java/code/src/com/redhat/rhn/taskomatic/task/repomd/RepomdWriter.java:26:
package org.apache.xml.serialize does not exis t
[javac] import org.apache.xml.serialize.OutputFormat;
[javac] ^
[javac]
/home/coec/git/spacewalk/java/code/src/com/redhat/rhn/taskomatic/task/repomd/RepomdWriter.java:27:
package org.apache.xml.serialize does not exis t
[javac] import org.apache.xml.serialize.XMLSerializer;
[javac] ^
[javac]
/home/coec/git/spacewalk/java/code/src/com/redhat/rhn/taskomatic/task/repomd/RepomdIndexWriter.java:17:
package org.apache.xml.serialize does not exist
[javac] import org.apache.xml.serialize.OutputFormat;
[javac] ^
[javac]
/home/coec/git/spacewalk/java/code/src/com/redhat/rhn/taskomatic/task/repomd/RepomdIndexWriter.java:18:
package org.apache.xml.serialize does not exist
[javac] import org.apache.xml.serialize.XMLSerializer;
[javac] ^
[javac]
/home/coec/git/spacewalk/java/code/src/com/redhat/rhn/taskomatic/task/repomd/RepomdWriter.java:63:
cannot find symbol
[javac] symbol : class OutputFormat
[javac] location: class com.redhat.rhn.taskomatic.task.repomd.RepomdWriter
[javac] OutputFormat of = new OutputFormat();
[javac] ^
[javac]
/home/coec/git/spacewalk/java/code/src/com/redhat/rhn/taskomatic/task/repomd/RepomdWriter.java:63:
cannot find symbol
[javac] symbol : class OutputFormat
[javac] location: class com.redhat.rhn.taskomatic.task.repomd.RepomdWriter
[javac] OutputFormat of = new OutputFormat();
[javac] ^
[javac]
/home/coec/git/spacewalk/java/code/src/com/redhat/rhn/taskomatic/task/repomd/RepomdWriter.java:66:
cannot find symbol
[javac] symbol : class XMLSerializer
[javac] location: class com.redhat.rhn.taskomatic.task.repomd.RepomdWriter
[javac] XMLSerializer serializer = new XMLSerializer(writer, of);
[javac] ^
[javac]
/home/coec/git/spacewalk/java/code/src/com/redhat/rhn/taskomatic/task/repomd/RepomdWriter.java:66:
cannot find symbol
[javac] symbol : class XMLSerializer
[javac] location: class com.redhat.rhn.taskomatic.task.repomd.RepomdWriter
[javac] XMLSerializer serializer = new XMLSerializer(writer, of);
[javac] ^
[javac]
/home/coec/git/spacewalk/java/code/src/com/redhat/rhn/taskomatic/task/repomd/RepomdIndexWriter.java:58:
cannot find symbol
[javac] symbol : class OutputFormat
[javac] location: class
com.redhat.rhn.taskomatic.task.repomd.RepomdIndexWriter
[javac] OutputFormat of = new OutputFormat();
[javac] ^
[javac]
/home/coec/git/spacewalk/java/code/src/com/redhat/rhn/taskomatic/task/repomd/RepomdIndexWriter.java:58:
cannot find symbol
[javac] symbol : class OutputFormat
[javac] location: class
com.redhat.rhn.taskomatic.task.repomd.RepomdIndexWriter
[javac] OutputFormat of = new OutputFormat();
[javac] ^
[javac]
/home/coec/git/spacewalk/java/code/src/com/redhat/rhn/taskomatic/task/repomd/RepomdIndexWriter.java:60:
cannot find symbol
[javac] symbol : class XMLSerializer
[javac] location: class
com.redhat.rhn.taskomatic.task.repomd.RepomdIndexWriter
[javac] XMLSerializer serializer = new XMLSerializer(writerIn, of);
[javac] ^
[javac]
/home/coec/git/spacewalk/java/code/src/com/redhat/rhn/taskomatic/task/repomd/RepomdIndexWriter.java:60:
cannot find symbol
[javac] symbol : class XMLSerializer
[javac] location: class
com.redhat.rhn.taskomatic.task.repomd.RepomdIndexWriter
[javac] XMLSerializer serializer = new XMLSerializer(writerIn, of);
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 12 errors
BUILD FAILED
/home/coec/git/spacewalk/java/build.xml:460: Compile failed; see the
compiler error output for details.
Total time: 27 seconds
---
On Mon, Mar 1, 2010 at 10:40 AM, Travis Camechis <[email protected]> wrote:
> As far as I know fedora is a supported Dev platform as well as CentOS.
>
> On Sun, Feb 28, 2010 at 8:57 PM, Colin Coe <[email protected]> wrote:
>>
>> Well, since my primary PC died, I no longer have a PC that has the
>> resources to do virtualisation. All I have is the old PC I used to
>> use for spacewalk dev work.
>>
>> So, is Fedora a 'supported' dev platform or not? If not, I assume
>> CentOS should be OK?
>>
>> CC
>>
>> On Sun, Feb 28, 2010 at 10:49 PM, Travis Camechis <[email protected]>
>> wrote:
>> > ( more specific on my server) my server is a VM that I use cobbler and
>> > koan
>> > to rebuild it as necessary.
>> >
>> > On Sun, Feb 28, 2010 at 9:47 AM, Travis Camechis <[email protected]>
>> > wrote:
>> >>
>> >> The most I have done is checked out the code and built the java side.
>> >> I
>> >> run my dev server on a separate machine and use scripts to push the new
>> >> wars
>> >> to it.
>> >>
>> >> On Sun, Feb 28, 2010 at 12:28 AM, Colin Coe <[email protected]>
>> >> wrote:
>> >>>
>> >>> Hi all
>> >>>
>> >>> I've been following
>> >>> https://fedorahosted.org/spacewalk/wiki/DevelopmentWorkstationSetup
>> >>> but I can't seem to get a working dev environment in Fedora 12. Has
>> >>> anyone got this going?
>> >>>
>> >>> CC
>> >>>
>> >>> --
>> >>> RHCE#805007969328369
>> >>>
>> >>> _______________________________________________
>> >>> Spacewalk-devel mailing list
>> >>> [email protected]
>> >>> https://www.redhat.com/mailman/listinfo/spacewalk-devel
>> >>
>> >
>> >
>> > _______________________________________________
>> > Spacewalk-devel mailing list
>> > [email protected]
>> > https://www.redhat.com/mailman/listinfo/spacewalk-devel
>> >
>>
>>
>>
>> --
>> RHCE#805007969328369
>>
>> _______________________________________________
>> Spacewalk-devel mailing list
>> [email protected]
>> https://www.redhat.com/mailman/listinfo/spacewalk-devel
>
>
> _______________________________________________
> Spacewalk-devel mailing list
> [email protected]
> https://www.redhat.com/mailman/listinfo/spacewalk-devel
>
--
RHCE#805007969328369
_______________________________________________
Spacewalk-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/spacewalk-devel