[ 
http://issues.apache.org/jira/browse/AXISCPP-245?page=comments#action_12317282 
] 

Dinesh Premalal commented on AXISCPP-245:
-----------------------------------------

Hi,
    I could put all the cpp and hpp files in the src/guththila directory. I 
have some issues to clarify , could someone please help me?

1. If some one use guththila as a paser , could I use "builXMLParser.xml" to 
build guththila. ( I mean could I add guththila building stuff to 
buildXMLParser.xml file when xmlParser.guthtila = "true")

If yes
-------
buildXMLParser.xml file carries following line

<!-- Additional library of XMLParser -->
  <libset dir="${dir.xmlParser}/lib" libs="${xmlParserLibrary}" unless="os400"/>

Please correct me If I'm mistaken, as far as I understand It searchs for 
library in xml parser's lib directory
(Here , It search libguththila.so in src/guththila/lib)

since "libset" ant task already uses "unless" attribute once. I suppose we 
can't have another "unless"
attribute for "guththila"

could I create a lib directory in src/guththila in compile time. If I could 
create a lib inside src/guththila
 we could use 
<!-- Additional library of XMLParser -->
  <libset dir="${dir.xmlParser}/lib" libs="${xmlParserLibrary}" unless="os400"/>

without any problems.

if no
---------

what could I do with 
<!-- Additional library of XMLParser -->
  <libset dir="${dir.xmlParser}/lib" libs="${xmlParserLibrary}" unless="os400"/>

because It reports an error , if there is no lib directory presant in the 
src/guththila?

thanks,
Dinesh



> Pull Parser
> -----------
>
>          Key: AXISCPP-245
>          URL: http://issues.apache.org/jira/browse/AXISCPP-245
>      Project: Axis-C++
>         Type: New Feature
>   Components: XML parser abstraction layer
>     Versions: 1.4 Alpha
>  Environment: Windows and linux
>     Reporter: Farhaan Mohideen
>     Assignee: Samisa Abeysinghe
>     Priority: Minor
>  Attachments: Guththila-1.0.1.tar.gz, build.Linux.properties, 
> build.common.properties, build.xml, guththila.zip, guththila_src.tar.gz, 
> guththila_xml.tar.gz
>
> Develop a pull parser that will support atleast UTF-8 and UTF-16 encoding 
> with a clear seperation at the parser abstraction level so as to introduce a 
> third parser available for Axis

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to