[dba-dev] system-jfreereport in m36

2008-12-02 Thread Rene Engelhard
[ Note I am *NOT* subscribed to [EMAIL PROTECTED] ]

Hi,

I was just resyncing my configuretoplevel cws (which makes system-jfreereport
work without additional patching) to m36 and  saw this:

+.IF $(SYSTEM_JFREEREPORT) == YES
+$(EXTENSIONDIR)$/flute-1.3-jfree-20061107.jar : $(FLUTE_JAR)
+   @@-$(MKDIRHIER) $(@:d)
+$(COPY) $ $@
+
+$(EXTENSIONDIR)$/jcommon-1.0.10.jar : $(JCOMMON_JAR)
+   @@-$(MKDIRHIER) $(@:d)
+$(COPY) $ $@
+
+$(EXTENSIONDIR)$/jcommon-serializer-0.2.0.jar : $(JCOMMON_SERIALIZER_JAR)
+   @@-$(MKDIRHIER) $(@:d)
+$(COPY) $ $@
+
+$(EXTENSIONDIR)$/libfonts-0.3.3.jar : $(LIBFONTS_JAR)
+   @@-$(MKDIRHIER) $(@:d)
+$(COPY) $ $@
+
+$(EXTENSIONDIR)$/libformula-0.1.14.jar : $(LIBFORMULA_JAR)
+   @@-$(MKDIRHIER) $(@:d)
+$(COPY) $ $@
+
+$(EXTENSIONDIR)$/liblayout-0.2.8.jar : $(LIBLAYOUT_JAR)
+   @@-$(MKDIRHIER) $(@:d)
+$(COPY) $ $@
+
+$(EXTENSIONDIR)$/libloader-0.3.6.jar : $(LIBLOADER_JAR)
+   @@-$(MKDIRHIER) $(@:d)
+$(COPY) $ $@
+
+$(EXTENSIONDIR)$/librepository-0.1.4.jar : $(LIBREPOSITORY_JAR)
+   @@-$(MKDIRHIER) $(@:d)
+$(COPY) $ $@
+
+$(EXTENSIONDIR)$/libxml-0.9.9.jar : $(LIBXML_JAR)
+   @@-$(MKDIRHIER) $(@:d)
+$(COPY) $ $@
+
+$(EXTENSIONDIR)$/pentaho-reporting-flow-engine-0.9.2.jar : $(JFREEREPORT_JAR)
+   @@-$(MKDIRHIER) $(@:d)
+$(COPY) $ $@
+
+$(EXTENSIONDIR)$/sac.jar : $(SAC_JAR)
+   @@-$(MKDIRHIER) $(@:d)
+$(COPY) $ $@
+.ELSE

added by (probably) one of you.

Why? When you build with system-jfreereport those jars are not suppposed
to go into the oxt, but referenced by Class-Path directly.

Can I remove this or does some (broken then) things rely on it?

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73


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



Re: [dba-dev] system-jfreereport in m36

2008-12-02 Thread Frank Schönheit - Sun Microsystems Germany
Hi Rene,

 I was just resyncing my configuretoplevel cws (which makes system-jfreereport
 work without additional patching) to m36 and  saw this:

You don't mention which module you found this in, and I don't recognize,
but what does tell svn annotate tell you about the change?

Ciao
Frank

-- 
- Frank Schönheit, Software Engineer  [EMAIL PROTECTED] -
- Sun Microsystems   http://www.sun.com/staroffice -
- OpenOffice.org Basehttp://dba.openoffice.org -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  -
- Sitz der Gesellschaft:   -
- Sun Microsystems GmbH, Sonnenallee 1, D-85551 Kirchheim-Heimstetten  -
- Amtsgericht München: HRB 161028  -
- Geschäftsführer: Thomas Schröder, Wolfgang Engels, Dr. Roland Bömer  -
- Vorsitzender des Aufsichtsrates: Martin Häring   -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  -

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



Re: [dba-dev] system-jfreereport in m36

2008-12-02 Thread Frank Schönheit - Sun Microsystems Germany
Hi Rene,

 You don't mention which module you found this in, and I don't
 recognize,

 reportdesign, obviously.

Sorry, intended to look into makefile.mk but auto-completed makefile.pmk.

 but what does tell svn annotate tell you about the change?
 
 Didn't look.

Then please do. To me it looks as if Caolan introduced this change. I
don't know his intention with it.

Thanks  Ciao
Frank

-- 
- Frank Schönheit, Software Engineer  [EMAIL PROTECTED] -
- Sun Microsystems   http://www.sun.com/staroffice -
- OpenOffice.org Basehttp://dba.openoffice.org -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  -
- Sitz der Gesellschaft:   -
- Sun Microsystems GmbH, Sonnenallee 1, D-85551 Kirchheim-Heimstetten  -
- Amtsgericht München: HRB 161028  -
- Geschäftsführer: Thomas Schröder, Wolfgang Engels, Dr. Roland Bömer  -
- Vorsitzender des Aufsichtsrates: Martin Häring   -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  -

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